home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 49
/
Volume 49 - JOGO DISK .iso
/
Games
/
grabthegrub.swf
/
scripts
/
DefineSprite_328
/
frame_4
/
DoAction.as
Wrap
Text File
|
2007-10-01
|
471b
|
20 lines
_parent.lsl.instructionsButton._visible = false;
msgText.text = "Congratulations, You Win!";
gotoLevel.text = "play again";
mBtn.onRollOver = function()
{
this.nextFrame();
};
mBtn.onRollOut = mBtn.onReleaseOutside = function()
{
this.prevFrame();
};
mBtn.onRelease = function()
{
this._parent._parent.resetGame();
this._parent._parent.initRound(1);
this._parent.gotoAndStop("off");
};
_parent.stopSounds();
_parent.playSound("winner");